GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-18T16:31:24.9064961+00:00",
"SubmitDate": "2026-06-18T16:31:24.9064961+00:00",
"ReportPeriodStart": "2026-06-18T16:31:24.9064961+00:00",
"ReportPeriodEnd": "2026-06-18T16:31:24.9064961+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "565f4245-ab66-4748-b821-a4b89a67238f",
"Rows": [
{
"ItemId": "57d3b1fa-9c0a-4599-b8c9-565dd51d478e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "57d3b1fa-9c0a-4599-b8c9-565dd51d478e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "565f4245-ab66-4748-b821-a4b89a67238f",
"Rows": [
{
"ItemId": "57d3b1fa-9c0a-4599-b8c9-565dd51d478e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "57d3b1fa-9c0a-4599-b8c9-565dd51d478e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b56ae588-4453-4fcc-9992-ac53374ae831",
"2053cf71-db1d-41b3-8e05-f66cd120eabc"
],
"Approvers": [
"f26072e3-492e-457d-b24b-9bc0028b5625",
"61ae9fca-a05f-4999-be2c-5d27a949c8a8"
],
"ApprovedBy": "923a934b-6a38-452e-acea-bdeeee0cfe92",
"ApprovalDate": "2026-06-18T16:31:24.9064961+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7dbb246e-a7ba-4332-8719-7733e48f25ed",
"id": "24cbfa08-97f1-4106-a838-650c170428e9",
"ConfigId": "8cfbb3e5-745f-46ac-84af-62fa40e40843"
},
{
"GenerationDate": "2026-06-18T16:31:24.9064961+00:00",
"SubmitDate": "2026-06-18T16:31:24.9064961+00:00",
"ReportPeriodStart": "2026-06-18T16:31:24.9064961+00:00",
"ReportPeriodEnd": "2026-06-18T16:31:24.9064961+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "565f4245-ab66-4748-b821-a4b89a67238f",
"Rows": [
{
"ItemId": "57d3b1fa-9c0a-4599-b8c9-565dd51d478e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "57d3b1fa-9c0a-4599-b8c9-565dd51d478e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "565f4245-ab66-4748-b821-a4b89a67238f",
"Rows": [
{
"ItemId": "57d3b1fa-9c0a-4599-b8c9-565dd51d478e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "57d3b1fa-9c0a-4599-b8c9-565dd51d478e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b56ae588-4453-4fcc-9992-ac53374ae831",
"2053cf71-db1d-41b3-8e05-f66cd120eabc"
],
"Approvers": [
"f26072e3-492e-457d-b24b-9bc0028b5625",
"61ae9fca-a05f-4999-be2c-5d27a949c8a8"
],
"ApprovedBy": "923a934b-6a38-452e-acea-bdeeee0cfe92",
"ApprovalDate": "2026-06-18T16:31:24.9064961+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7dbb246e-a7ba-4332-8719-7733e48f25ed",
"id": "24cbfa08-97f1-4106-a838-650c170428e9",
"ConfigId": "8cfbb3e5-745f-46ac-84af-62fa40e40843"
}
]